From bead44b202c97974b37048ae9e1a0783b81a12f8 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 11 May 2005 20:25:47 +0000 Subject: [PATCH] bitkeeper revision 1.1389.15.18 (42826a4bIyE6hp7QaYulFBx8yx2LTQ) cdb.c: Fix cdb build. Signed-off-by: Christian Limpach --- xen/arch/x86/cdb.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/cdb.c b/xen/arch/x86/cdb.c index 6eb3515ec2..451ce46853 100644 --- a/xen/arch/x86/cdb.c +++ b/xen/arch/x86/cdb.c @@ -12,7 +12,9 @@ #include #include #include -#include +#include +#include +#include /* Printk isn't particularly safe just after we've trapped to the debugger. so avoid it. */ -- 2.30.2